home *** CD-ROM | disk | FTP | other *** search
- Path: connix.com!news
- From: Scott Hawley <shawley@connix.com>
- Newsgroups: comp.lang.c
- Subject: Re: A question on for loop
- Date: Tue, 19 Mar 1996 16:57:48 -0800
- Organization: SHAWLEY SYSTEMS
- Message-ID: <314F580C.1C31@connix.com>
- References: <31471574.79D9@hdc-usa.com> <4i77ca$161@ccshst05.cs.uoguelph.ca> <4ikd0q$3c0@umbc9.umbc.edu>
- NNTP-Posting-Host: shawley.connix.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- start at 1 and run to 20 then write it as (i = 1; i < 20; i++).
- ^
- i <= 20 to include 20
-